home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------
- //
- // This code is copyright 2001 by G5 Software.
- // Any unauthorized usage, either in part or in whole of this code
- // is strictly prohibited. Violators WILL be prosecuted to the
- // maximum extent allowed by law.
- //
- //-------------------------------------------------------------------
-
- //
- // Mission strings
- //
-
- class CInterceptConvoyMission_Strings
- {
- final static array m_MissionObjectives = array(
- "Od°φznout a zniΦit konvoj na cest∞ z Austerlitzu do Nordgeimeru",
- "Od°φznout a zniΦit konvoj na cest∞ z Austerlitzu do Titova"
- );
-
- final static array m_BonusMissionObjectives = array(
- "VyΦistit Titovu vesnici"
- );
-
- final static string str_StatisticsTitle = "";
- final static string str_WarningMessage = "VAROV┴N═: Poplach";
- final static string str_ConvoyAEscaped = "Mise byla ne·sp∞Ünß: Konvoj dorazil do Nordgeimeru";
- final static string str_ConvoyBEscaped = "Mise byla ne·sp∞Ünß: Konvoj dorazil do Titova";
-
- final static array m_NavigationPoints = array(
- "Titovo",
- "Zßkladna Nordgeimer",
- "Zßkladna Austerlitz"
- );
- }
-
-